home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000300_userdog@rennert.net_Thu Feb 13 16:10:06 EST 2003.msg < prev    next >
Text File  |  2020-01-01  |  4KB  |  75 lines

  1. Article: 14096 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!newsfeed.vmunix.org!feed.news.nacamar.de!newsfeed.freenet.de!207.99.101.34.MISMATCH!newspeer1.nwr.nac.net!news.astraweb.com!news-small.astraweb.com!prodigy.com!newsmst01.news.prodigy.com!prodigy.com!postmaster.news.prodigy.com!newssrv26.news.prodigy.com.POSTED!not-for-mail
  3. From: Schmackd0wn <userdog@rennert.net>
  4. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) Gecko/20020826
  5. X-Accept-Language: en-us, en
  6. MIME-Version: 1.0
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: C-Kermit script F10 send
  9. References: <MmT2a.1120$UF6.62973@newssrv26.news.prodigy.com> <b2gv38$lp8$1@watsol.cc.columbia.edu>
  10. Content-Type: text/plain; charset=us-ascii; format=flowed
  11. Content-Transfer-Encoding: 7bit
  12. Lines: 52
  13. Message-ID: <reU2a.1139$UF6.70032@newssrv26.news.prodigy.com>
  14. NNTP-Posting-Host: 63.68.111.2
  15. X-Complaints-To: abuse@prodigy.net
  16. X-Trace: newssrv26.news.prodigy.com 1045172247 ST000 63.68.111.2 (Thu, 13 Feb 2003 15:37:27 CST)
  17. NNTP-Posting-Date: Thu, 13 Feb 2003 15:37:27 CST
  18. Organization: Prodigy Internet http://www.prodigy.com
  19. X-UserInfo1: OXM_G]WD\BR]G^I]OJHNO_PAAB]@PAPDLXUNNHLIWIWTEPIB_NVUAH_[BL[\IRKIANGGJBFNJF_DOLSCENSY^U@FRFUEXR@KFXYDBPWBCDQJA@X_DCBHXR[C@\EOKCJLED_SZ@RMWYXYWE_P@\\GOIW^@SYFFSWHFIXMADO@^[ADPRPETLBJ]RDGENSKQQZN
  20. Date: Thu, 13 Feb 2003 21:37:27 GMT
  21. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14096
  22.  
  23. AHA.
  24.  
  25. Believe me, I was all over that script writing link, I just couldn't 
  26. figure out how to stick anything other the ASCII 1..255 in there, and I 
  27. was getting the impression that it might be the first non-winmodem thing 
  28. that linux couldn't do.
  29.  
  30. I'm now on the right road. Thanks much for this and the tip on searching 
  31. the kermit website, I'll definitely use that in the future.
  32. J.
  33.  
  34. Frank da Cruz wrote:
  35. > In article <MmT2a.1120$UF6.62973@newssrv26.news.prodigy.com>,
  36. > Schmackd0wn  <userdog@rennert.net> wrote:
  37. > : I've done what I think is a pretty exhaustive search over google groups 
  38. > : but can't find anything to help me with the following problem. I'm 
  39. > : throwing myself at the mercy of this group with a post.
  40. > : 
  41. > I think you'll find this is a low-key friendly group.
  42. > : The situation: I have C-Kermit set up on a RH7.3 box to dial into a 
  43. > : provider to initiate a download, but to instigate the download I need to 
  44. > : send an F10.
  45. > :
  46. > There's no such character as F10.  To instigate the download you have to
  47. > send a sequence of characters (all sorts of different character sequences
  48. > can be associated with function keys depending on the application and on
  49. > which terminal is being emulated or assumed).
  50. > : I know that Kermit isn't a terminal emulator and that I'd 
  51. > : have to do some stuff with my shell, but I'm not sure that would help in 
  52. > : the long run- I want to put this all in a script to automate the 
  53. > : process, which is the same day in and day out. Minicom can send a macro 
  54. > : of ^[[010q to force the download screen remotely, but it doesn't launch 
  55. > : kermit properly to start the download, and I'd rather use Kermit for all 
  56. > : of it. So, is there any way to send F10 via a C-Kermit script? The 
  57. > : script I've written works great up to that point.
  58. > : 
  59. > Have Kermit send the same character sequence.  The command is OUTPUT.
  60. > The syntax is in this case is:
  61. >   OUPUT \27[010q
  62. > For an introduction to Kermit script writing, see:
  63. >   http://www.columbia.edu/kermit/ckscripts.html
  64. > - Frank
  65. > P.S. You might find the SEARCH link at the Kermit website more helpful
  66. > than Google searches when you're trying to found out something about Kermit.
  67.  
  68.